RegisterWorkstationView<V> Method

Summary
Registers a concrete view type to be created when a view with the provided genric type is requested.
Syntax
C#
VB
C++
public void RegisterWorkstationView<V>( 
   Type concreteViewType 
) 
  
Public Sub RegisterWorkstationView(Of V)( _ 
   ByVal concreteViewType As Type _ 
)  
public: 
void RegisterWorkstationViewgeneric<typename V> 
(  
   Type^ concreteViewType 
)  

Parameters

concreteViewType
The concrete view type that will be created when the view is requested.

Type Parameters

V
The generic type of the view.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.